home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / IMPORTER / IMP / IMPDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  264 b   |  16 lines

  1. /* $Id: ImpDll.h 1.1 1996/08/06 18:41:28 DAMIEN Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5.  
  6. #ifndef __IMPDLL__
  7. #define __IMPDLL__  
  8.  
  9. // Global variables used by the DLL
  10. extern long global_count_Obj;
  11. extern long global_count_Lock;
  12.  
  13.  
  14. #endif // __IMPDLL__
  15.  
  16.